Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.document.routing.web.themes--resources

This contribution is part of XML component org.nuxeo.document.routing.web.themes inside nuxeo-routing-web-6.0.jar

Extension Point

Extension point resources of component ThemeService.

Contributed Items

  • <resource name="automation.js">
          <path>scripts/automation.js</path>
        </resource>
  • <resource name="jquery.jsPlumb-1.5.1-min.js">
          <path>scripts/jquery.jsPlumb-1.5.1-min.js</path>
        </resource>
  • <resource name="documentRoutingGraph.js">
          <path>scripts/documentRoutingGraph.js</path>
          <require>jquery.jsPlumb-1.5.1-min.js</require>
          <require>automation.js</require>
        </resource>
  • <resource name="documentRoutingGraph.css">
          <path>css/documentRoutingGraph.css</path>
        </resource>

XML Source

<extension point="resources" target="org.nuxeo.theme.services.ThemeService">
    <resource name="automation.js">
      <path>scripts/automation.js</path>
    </resource>
    <resource name="jquery.jsPlumb-1.5.1-min.js">
      <path>scripts/jquery.jsPlumb-1.5.1-min.js</path>
    </resource>
    <resource name="documentRoutingGraph.js">
      <path>scripts/documentRoutingGraph.js</path>
      <require>jquery.jsPlumb-1.5.1-min.js</require>
      <require>automation.js</require>
    </resource>
    <resource name="documentRoutingGraph.css">
      <path>css/documentRoutingGraph.css</path>
    </resource>

  </extension>